Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 3 - Image Compression Manager / Image Compression Manager Reference
Image Compression Manager Functions


Working With Images

This section discusses the functions that allow your application to compress and decompress single-frame images stored as pixel maps (of data type PixMap). See "Working With Sequences," which begins on page 3-110, for information on compressing and decompressing sequences of images. See "Working With Pictures and PICT Files," which begins on page 3-83, for information on compressing and manipulating single-frame images stored as pictures or picture files (in PICT format).

The Image Compression Manager provides two sets of functions for compressing and decompressing images. If you do not need to assert a lot of control over the compression operation, you can use the CompressImage and DecompressImage functions to work with compressed images. If you need more control over the compression parameters, you can use the FCompressImage and FDecompressImage functions.

You can convert a compressed image from one compression format to another by calling the ConvertImage function.

You can alter the spatial characteristics of a compressed image by calling the TrimImage function.

You can work with an image's color table with the SetImageDescriptionCTable and GetImageDescriptionCTable functions.


Subtopics
CompressImage
FCompressImage
DecompressImage
FDecompressImage
ConvertImage
TrimImage
SetImageDescriptionCTable
GetImageDescriptionCTable

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996